-
Notifications
You must be signed in to change notification settings - Fork 17.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
encoding/xml: overriding by empty namespace when no new name declaration #58401
Conversation
This PR (HEAD: 117ca31) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/466295 to see it. Tip: You can toggle comments from me using the |
Message from Gopher Robot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be During May-July and Nov-Jan the Go project is in a code freeze, during which Please don’t reply on this GitHub thread. Visit golang.org/cl/466295. |
This PR (HEAD: 7e678c7) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/466295 to see it. Tip: You can toggle comments from me using the |
Message from Ian Lance Taylor: Patch Set 2: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/466295. |
Message from Gopher Robot: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/466295. |
Message from Gopher Robot: Patch Set 2: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/466295. |
Message from Constantin Konstantinidis: Patch Set 2: (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/466295. |
Message from ri xu: Patch Set 2: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/466295. |
This PR (HEAD: 6831c77) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/466295 to see it. Tip: You can toggle comments from me using the |
Message from Ian Lance Taylor: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/466295. |
Message from Constantin Konstantinidis: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/466295. |
Message from ri xu: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/466295. |
Message from ri xu: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/466295. |
Message from ri xu: Patch Set 3: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/466295. |
Message from qiulaidongfeng: Patch Set 3: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/466295. |
This PR (HEAD: 6831c77) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/466295. Important tips:
|
Message from ri xu: Patch Set 5: Code-Review+1 (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/466295. |
Message from Ian Lance Taylor: Patch Set 5: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/466295. |
Message from Gopher Robot: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/466295. |
Message from Gopher Robot: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/466295. |
Message from Gopher Robot: Patch Set 5: TryBot-Result-1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/466295. |
Message from Ian Lance Taylor: Patch Set 6: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/466295. |
Message from Gopher Robot: Patch Set 6: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/466295. |
Message from Gopher Robot: Patch Set 6: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/466295. |
Message from Ian Lance Taylor: Patch Set 6: Auto-Submit+1 Code-Review+2 Run-TryBot+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/466295. |
…hen no new name declaration The unmarshal and marshal XML text should be consistent if not modified deserialize variable. For #61881 Fixes #62051 Change-Id: I475f7b05211b618685597d3ff20b97e3bbeaf8f8 GitHub-Last-Rev: 6831c77 GitHub-Pull-Request: #58401 Reviewed-on: https://go-review.googlesource.com/c/go/+/522316 Run-TryBot: Ian Lance Taylor <[email protected]> Reviewed-by: Russ Cox <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Commit-Queue: Ian Lance Taylor <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
Message from Ian Lance Taylor: Patch Set 7: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/466295. |
Message from Go LUCI: Patch Set 7: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2023-08-30T20:14:18Z","revision":"8a511c00eddb5fab1ed6320c6accb68679bbd4bc"} Please don’t reply on this GitHub thread. Visit golang.org/cl/466295. |
Message from Russ Cox: Patch Set 7: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/466295. |
Message from Ian Lance Taylor: Patch Set 7: Auto-Submit+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/466295. |
Message from Ian Lance Taylor: Patch Set 7: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/466295. |
Message from Go LUCI: Patch Set 7: This CL has failed the run. Reason: Tryjob golang/try/gotip-linux-amd64-newinliner has failed Please don’t reply on this GitHub thread. Visit golang.org/cl/466295. |
Message from Go LUCI: Patch Set 7: LUCI-TryBot-Result-1 Please don’t reply on this GitHub thread. Visit golang.org/cl/466295. |
Message from Ian Lance Taylor: Patch Set 8: Auto-Submit+1 Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/466295. |
Message from Go LUCI: Patch Set 8: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2023-08-30T20:17:58Z","revision":"7fb4d080e94a926846a3bbe02717eb6e5ec38c97"} Please don’t reply on this GitHub thread. Visit golang.org/cl/466295. |
The unmarshal and marshal XML text should be consistent if not modified deserialize variable. Fixes #61881 Change-Id: I475f7b05211b618685597d3ff20b97e3bbeaf8f8 GitHub-Last-Rev: 6831c77 GitHub-Pull-Request: #58401 Reviewed-on: https://go-review.googlesource.com/c/go/+/466295 Reviewed-by: ri xu <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Reviewed-by: Russ Cox <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
This PR is being closed because golang.org/cl/466295 has been merged. |
The unmarshal and marshal XML text should be consistent if not modified deserialize variable.
Fixes #61881